home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / quit.dir / Internal_20.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  257 b   |  14 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(3) then
  4.     set the visible of sprite 5 to 1
  5.   else
  6.     set the visible of sprite 5 to 0
  7.   end if
  8.   if rollOver(4) then
  9.     set the visible of sprite 6 to 1
  10.   else
  11.     set the visible of sprite 6 to 0
  12.   end if
  13. end
  14.